StringToNSString
Type
handler
Summary
Convert a String into an Objective-C string
Syntax
StringToNSString(<pString>)
Description
Convert a String into an Objective-C string
Parameters
Name | Type | Description |
---|---|---|
pString | The String to convert |
Value
Name | Type | Description |
---|---|---|
return | A Objective-C object of type NSString Description Use StringToNSString to convert a variable of type String to an Objective-C string object (NSString). |